home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / cdrtools-1.10 / cdrecord / cdrecord.dfl < prev    next >
Encoding:
Text File  |  2000-04-15  |  787 b   |  34 lines

  1. #ident @(#)cdrecord.dfl    1.2 00/04/16 Copyr 1998 J. Schilling
  2. #
  3. # This file is /etc/default/cdrecord
  4. # It contains defaults that are used if no command line option
  5. # or environment is present.
  6. # The default device, if not specified elswhere
  7. #
  8. CDR_DEVICE=yamaha
  9.  
  10. # The default speed, if not specified elswhere
  11. #
  12. CDR_SPEED=4
  13.  
  14. # The default FIFO size if, not specified elswhere
  15. #
  16. CDR_FIFOSIZE=4m
  17.  
  18. #
  19. # The following definitions allow abstract device names.
  20. # They are used if the device name does not contain the
  21. # the characters ',', ':', '/' and '@'
  22. #
  23. # drive name    device    speed    fifosize driveropts
  24. #
  25. teac=        1,3,0    -1    -1    ""
  26. panasonic=    1,4,0    -1    -1    ""
  27. plextor=    1,4,0    12    -1    ""
  28. sanyo=        1,4,0    12    -1    burnproof
  29. yamaha=        1,5,0    -1    -1    ""
  30. cdrom=        0,6,0    2    1m    ""
  31.